body {
    background: #F4F6FB;
}

/*轮播图*/
.index-banner {
    overflow: hidden;
}

.index-banner .index-banner-list {
    max-height: 640px;
    overflow: hidden;
}

.index-banner .index-banner-list .banner-list {
    max-height: 640px;
}

.index-banner .index-banner-list video {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.index-banner .banner-video {
    width: 100%;
    margin-top: -115px;
    left: 50%;
    margin-left: -50%;
    position: relative;
}
.index-banner .index-banner-list .banner-list .swiper-slide .swiper-img{
    /*padding-bottom: 31.25%;*/
    position: relative;
    width: 100%;
    height: 600px;
}
.index-banner .index-banner-list .banner-list .swiper-slide .swiper-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.index-banner .index-banner-list .banner-list .swiper-slide {
    height: 600px;
    overflow: hidden;
}

.index-banner .banner-info {
    position: absolute;
    left: 0;
    right: 0;
    /*top: 40px;*/
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1200px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    color: #fff;
    z-index: 3;
}

/**swiper-pagination */
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 66px;
}

.index-banner .banner-info .title {
    width: 532px;
    max-height: 100px;
    -webkit-line-clamp: 2;
    font-weight: 500;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 16px;
}

.index-banner .swiper-pagination-bullet {
    width: 26px;
    height: 4px;
    background: rgba(190, 190, 190, 0.7);
    border-radius: 32px;
}

.index-banner .swiper-pagination-bullet {
    opacity: 1
}

.index-banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
    width: 44px;
    height: 4px;

    background: rgba(114,164,255,1);
    border-radius: 32px;
}

.index-banner .banner-info .intro {
    width: 500px;
    max-height: 52px;
    -webkit-line-clamp: 2;
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 48px;
}

.index-banner .banner-info .link {
    overflow: hidden;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 16px;
}

.index-banner .link .link-btn {
    padding: 9px 38px;
    display: inline-block;
    margin-right: 16px;
    cursor: pointer;
}

.index-banner .link .link-btn:last-child {
    /* margin-right: 0; */
}

.index-banner .link .btn-blue {
    color: #ffffff;
    background: #4385ff;
    border-radius: 4px;
    border: 1px solid #4385ff;
}

.index-banner .link .btn-grey {
    color: #ffffff;
    border-radius: 4px;
    border: 1px solid #ffffff;
}

.index-banner .banner-info.banner-info-center {
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.index-banner .banner-info.banner-info-center .title,
.index-banner .banner-info.banner-info-center .intro{
    text-align: center;
}
/**动态效果 */
@-webkit-keyframes dhs {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 40px);
        transform: translate(0, 40px);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-moz-keyframes dhs {
    from {
        opacity: 0;
        -moz-transform: translate(0, 40px);
        transform: translate(0, 40px);
    }
    to {
        opacity: 1;
        -moz-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@-o-keyframes dhs {
    from {
        opacity: 0;
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
    }
    to {
        opacity: 1;
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

@keyframes dhs {
    from {
        opacity: 0;
        -webkit-transform: translate(0, 40px);
        -moz-transform: translate(0, 40px);
        -o-transform: translate(0, 40px);
        transform: translate(0, 40px);
    }
    to {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
    }
}

/*全场景产品矩阵*/
.index-product {
    width: 1200px;
    margin: 80px auto 0;
}

.index-product > .title {
    width: 590px;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    overflow: hidden;
    text-align: center;
    margin: 0 auto 16px;
}

.index-product > .intro {
    width: 590px;
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    color: #595959;
    margin: 0 auto 64px;
}

.index-product > .main-info {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.index-product > .main-info > .list {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index-product .list .item {
    -webkit-flex: 0 0 248px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 248px;
    flex: 0 0 248px;
    height: 201px;
    margin-right: 16px;
    padding: 34px 16px 25px 24px;
    background: #ffffff;
    border-radius: 4px;
    position: relative;
    cursor: default;
}

.index-product.index-product-list .list .item{
    -webkit-flex: 0 0 193.5px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 193.5px;
    flex: 0 0 193.5px;
}

.index-product .list .item:first-child {
    margin-bottom: 32px;
}
.index-product .list .item:nth-child(4n){
    margin-right: 0;
}
.index-product.index-product-list  .list .item:nth-child(4n){
    margin-right: 16px;
}
.index-product .item .header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    padding-bottom: 24px;
    border-bottom: 1px solid #f0f1f1;
}

.index-product .item .header .img {
    width: 52px;
    height: 52px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.index-product .item .header .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.index-product .item .header .name {
    font-weight: 400;
    font-size: 22px;
    line-height: 52px;
    color: #17181b;
    overflow: hidden;
    display: inline-block;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 8px;
}

.index-product .item .info {
    overflow: hidden;
}

.index-product .info .subtitle {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    margin-top: 20px;
    overflow: hidden;
    -webkit-line-clamp: 2;

}

.index-product .info .intro {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #696969;
    overflow: hidden;
    margin-top: 12px;
    -webkit-line-clamp: 3;
}

.index-product .info .btns {
    display: none;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    overflow: hidden;
    position: absolute;
    left: 16px;
    right: 16px;
    margin: auto;
    bottom: 25px;
}

.index-product .info .btns .btn {
    display: inline-block;
    width: 101px;
    padding: 10px 8px;
    border-radius: 4px;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.index-product .info .btns .btn-blue {
    margin-right: 16px;
    background-color: #4385ff;
    color: #ffffff;
    border: 1px solid #4385ff;
}

.index-product .info .btns .btn-grey {
    border: 1px solid #d9d9d9;
    color: #595959;
}

.index-product .info .btns a:nth-child(1) {
    margin-right: 16px;
}

.index-product .info .btns .btn:last-child {
    margin-right: 0;
}

/* 激活状态 */
.index-product > .main-info > .more-product {
    width: 122px;
    overflow: hidden;
    background: #ffffff url("../../images/index/img_product_bg.png") bottom right no-repeat;
    -o-background-size: 82px 106px;
    background-size: 82px 106px;
    padding: 32px 24px 0;
}
.index-product.index-product-list > .main-info > .more-product{
    width: 160px;
    padding: 32px 21px 0;
}

.index-product .more-product .name {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #262626;
    overflow: hidden;
    margin-bottom: 32px;
}

.index-product .more-product ul {
    position: relative;
}

.index-product .more-product ul li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-bottom: 32px;
}

.index-product .more-product ul li .img {
    width: 24px;
    display: block;

}

.index-product .more-product ul li a.intro {
    /*width: 80px;*/
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #4385ff;
    padding-left: 8px;
}

/*  动效   */
.index-product > .main-info .item {
    box-shadow: none;
}

.index-product > .main-info .item {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product > .main-info .item:hover {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;

    box-shadow: 0 3px 6px -4px rgba(0, 61, 87, 0.12),
    0 6px 16px rgba(5, 53, 130, 0.08),
    0 9px 28px 8px rgba(0, 45, 112, 0.05);
}

.index-product > .main-info .item .header,
.index-product > .main-info .item .intro {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product > .main-info .item:hover .header,
.index-product > .main-info .item:hover .intro {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product > .main-info .item .subtitle {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product > .main-info .item:hover .subtitle {
    color: #262626;
    font-weight: 500;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product > .main-info .item .intro {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product > .main-info .item:hover .intro {
    display: none;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product > .main-info .item .btns {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product > .main-info .item:hover .btns {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product .more-product ul li {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-product .more-product ul li:hover {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;

    -webkit-transform: translateY(-4px);

    -moz-transform: translateY(-4px);

    -ms-transform: translateY(-4px);

    -o-transform: translateY(-4px);

    transform: translateY(-4px);
}
/*行业解决方案*/
.index-industry {
    width: 1196px;
    margin: 80px auto 0;
    position: relative;
    padding-bottom: 80px;
}

.index-industry .title {
    width: 590px;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    margin: 0 auto 16px;
    text-align: center;
}

.index-industry .intro {
    width: 590px;
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #595959;
    margin: 0 auto 64px;
}

.index-industry .list {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.index-industry .list .item {
    width: 206px;
    height: 270px;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 8px;
    padding: 30px 8px 0 14px;
    margin: 0 14px 24px 0;
    position: relative;
}

.index-industry .list .item:nth-child(5n) {
    margin-right: 0;
}

.index-industry .item .header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    /*margin-bottom: 3px;*/
}

.index-industry .header a.img {
    width: 56px;
    height: 56px;
    display: block;
}

.index-industry .header a.img img {
    width: 100%;
    height: 100%;
}

.index-industry .header a.intro-name {
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    color: #313131;
    overflow: hidden;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 10px;
}

.index-industry .item ul {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
}

.index-industry .item ul li {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-top: 16px;
}

.index-industry .item ul li span {
    display: block;
    width: 13px;
    height: 9px;
    margin-right: 8px;
}

.index-industry .item ul li p {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6f6f6f;
    overflow: hidden;
}

.index-industry .item .look-info {
    display: none;
    overflow: hidden;
    /* position: relative; */
}

.index-industry .look-info .subintro {
    width: 188px;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6f6f6f;
    margin-top: 16px;
}

.index-industry .look-info .look-detail {
    /*width: 86px;*/
    background: #4385ff;
    border: 1px solid #4385ff;
    border-radius: 4px;
    position: absolute;
    left: 14px;
    bottom: 52px;
    display: inline-block;
}

.index-industry .look-detail .name {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    display: block;
    padding: 5px 26px 5px 12px;
}

.index-industry .look-detail .link {
    width: 6px;
    height: 6px;
    right: 12px;
    border-left: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    border-radius: 2px;
}

/*新官网样式*/
.index-industry .list .item-custom{
    width: 278px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0px 0px 19px 1px rgba(6,0,0,0.1);
    border-radius: 4px;
    margin-right: 28px;
    margin-bottom: 28px;
}
.index-industry .list .item-custom:nth-child(4n){
    margin-right: 0;
}
.index-industry .list .item-custom .item-custom-img{
    display: block;
    width: 278px;
    height: 219px;
    overflow: hidden;
}
.index-industry .list .item-custom .item-custom-img:hover img{
    transition: 0.5s;
    -webkit-transition: 0.5s;

    transform: scale(1.1);
}
.index-industry .list .item-custom .item-custom-img img{
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}
.index-industry .list .item-custom .item-custom-name{
    line-height: 46px;
    padding: 0 15px;
    font-size: 16px;
    font-weight: 400;
    color: #354750;
    display: block;
    text-align: center;
}
.index-industry .white-btn {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    margin-top: 40px;
}

.index-industry .white-btn a.btn-grey {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #595959;
    padding: 12px 40px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

/**动态效果 */
.index-industry .item {
    width: 0;
    box-shadow: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
}

.index-industry .item {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-industry .item:hover {
    /* width: 196px; */
    /* margin-right: 24px; */
    box-shadow: 6px 6px 15px rgba(48, 69, 58, 0.18);
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-industry .item .look-info {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-industry .item:hover .look-info {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-industry .item:hover .look-info {
    display: block;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-industry .item ul {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-industry .item:hover ul {
    display: none;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-industry .list .item::after {
    content: "";
    width: 75px;
    height: 3px;
    display: block;
    background: #37dce4;
    position: absolute;
    top: 0;
    left: 14px;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

/*logo墙*/
.index-logowall {
    width: 100%;
    background: #ffffff;
    position: relative;
    padding-bottom: 80px;
}

.index-logowall .title {
    width: 590px;
    text-align: center;
    margin: 0 auto 64px;
    overflow: hidden;
    font-weight: 400;
    font-size: 32px;
    line-height: 42px;
    color: #262626;
    padding: 80px 0 0;
}

.index-logowall .logowall-list::before {
    content: "";
    width: 518px;
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    /*background: linear-gradient(*/
    /*        90deg,*/
    /*        #ffffff 0%,*/
    /*        #ffffff 28.83%,*/
    /*        rgba(255, 255, 255, 0.1) 100%*/
    /*);*/
    background: -webkit-linear-gradient(left, #FFFFFF 30%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%);
    background: -moz-linear-gradient(left, #FFFFFF 30%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%);
    background: -o-linear-gradient(left, #FFFFFF 30%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%);
    background: linear-gradient(90deg, #FFFFFF 30%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%);
    z-index: 2;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
}

.index-logowall .logowall-list::after {
    content: "";
    width: 518px;
    height: 100%;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    /*background: linear-gradient(*/
    /*        270deg,*/
    /*        #ffffff 0%,*/
    /*        #ffffff 28.83%,*/
    /*        rgba(255, 255, 255, 0.1) 100%*/
    /*);*/
    background:-webkit-linear-gradient(right,#FFFFFF 30%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%)  ;
    background:-moz-linear-gradient(right,#FFFFFF 30%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%)  ;
    background:-o-linear-gradient(right,#FFFFFF 30%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%)  ;
    background:-webkit-linear-gradient(right,#FFFFFF 30%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%)  ;
    background:-moz-linear-gradient(right,#FFFFFF 30%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%)  ;
    background:-o-linear-gradient(right,#FFFFFF 30%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%)  ;
    background:linear-gradient(270deg,#FFFFFF 30%, #FFFFFF 10%, rgba(255, 255, 255, 0) 70%)  ;
    z-index: 1;
}

.index-logowall .index-logowall-list {
    margin-top: -8px;
}

.index-logowall .index-logowall-list .swiper-slide {
    /*width: 1200px !important;*/
}

.index-logowall .index-logowall-list .swiper-slide img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

/* .index-logowall .index-logowall-list .swiper-slide-active{
    width: 1200px !important;
} */
.index-logowall .index-logowall-list p {
    width: 100%;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

.index-logowall .index-logowall-list p span {
    width: 143px;
    height: 98px;
    display: inline-block;
    overflow: hidden;
    margin: 8px 8px 0 0;
}

.index-logowall .index-logowall-list p span:nth-child(8n) {
    margin-right: 0;
}

.index-logowall .logowall-list-prev,
.index-logowall .logowall-list-next {
    width: 80px;
    height: 451px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    z-index: 9;
}

.index-logowall .logowall-list-prev {
    left: 46px;
}

.index-logowall .logowall-list-next {
    right: 46px;
}

.index-logowall .logowall-list-prev::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-left: 2px solid #b0b0b0;
    border-bottom: 2px solid #b0b0b0;
    border-radius: 2px;
    -webkit-transform: translate(0, 0) rotate(45deg);
    -moz-transform: translate(0, 0) rotate(45deg);
    -ms-transform: translate(0, 0) rotate(45deg);
    -o-transform: translate(0, 0) rotate(45deg);
    transform: translate(0, 0) rotate(45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}

.index-logowall .logowall-list-next::after {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    border-left: 2px solid #b0b0b0;
    border-bottom: 2px solid #b0b0b0;
    border-radius: 2px;
    -webkit-transform: translate(0, 0) rotate(-135deg);
    -moz-transform: translate(0, 0) rotate(-135deg);
    -ms-transform: translate(0, 0) rotate(-135deg);
    -o-transform: translate(0, 0) rotate(-135deg);
    transform: translate(0, 0) rotate(-135deg);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 2;
}


/*新闻资讯*/
.index-news {
    width: 100%;
    height: 442px;
    position: relative;
    background: -webkit-linear-gradient(131.67deg, #dbe7fa 6.5%, #ffffff 61.2%);
    background: -moz-linear-gradient(131.67deg, #dbe7fa 6.5%, #ffffff 61.2%);
    background: -o-linear-gradient(131.67deg, #dbe7fa 6.5%, #ffffff 61.2%);
    background: linear-gradient(318.33deg, #dbe7fa 6.5%, #ffffff 61.2%);
    padding: 80px 0;
}
.index-news index-news-main-box{
    width: 1192px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.index-news .index-news-main {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

.index-news .index-news-main .header {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 1192px;
    margin: 0 auto;
}

.index-news .header::after {
    content: "";
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 55px;
    background: #c8d4df;
}

.index-news .header .nav {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: baseline; */
    overflow: hidden;
    position: relative;
}

.index-news .header .nav li {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #989898;
    margin-right: 40px;
    padding-bottom: 27px;
    cursor: pointer;
}

.index-news .header .nav li:last-child {
    margin-right: 0;
}

.index-news .header .more {
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    overflow: hidden;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #989898;
    cursor: pointer;
    position: relative;
}

.index-news .header .more .text {
    display: inline-block;
    padding-right: 18px;
}

.index-news .header .more .link {
    width: 7px;
    height: 7px;
    right: 5px;
    top: 4px;
}

.index-news .index-news-main .list {
    margin: 40px 0 0;
}

.index-news .index-news-main .list .item {
    display: none;
}

.index-news .index-news-main .list .show {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.index-news .list .list-brand {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    overflow: hidden;
    width: 1192px;
    margin: 0 auto;
}

.index-news .list-brand .brand-info {
    width: 400px;
    overflow: hidden;
}

.index-news .list-brand .brand-info .img {
    width: 400px;
    height: 217px;
    overflow: hidden;
    display: block;
}

.index-news .list-brand .brand-info > span {
    width: 400px;
    height: 220px;
    display: block;
    border-radius: 2px;
    margin-bottom: 16px;
}

.index-news .brand-info .brand-info-main {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    cursor: pointer;
    padding-top: 16px;
}

.index-news .brand-info .brand-info-date {
    width: 48px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
}

.index-news .brand-info .brand-info-date .day {
    font-weight: 500;
    font-size: 29px;
    line-height: 39px;
    color: #262626;
    text-align: center;
    width: 100%;
    display: block;
}

.index-news .brand-info .brand-info-date .month {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #909090;
    width: 100%;
    text-align: center;
    padding-top: 4px;
    display: block;
}

.index-news .brand-info .brand-info-content {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.index-news .brand-info .brand-info-content .name {
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
    color: #262626;
    overflow: hidden;
    display: block;
    padding-left: 12px;
}

.index-news .brand-info .brand-info-content .intro {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #848484;
    display: block;
    padding-top: 8px;
    padding-left: 12px;
}

.index-news .list-brand .brand-list {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-top: -40px;
}

.index-news .list-brand .brand-list .brand-item {
    -webkit-flex: 0 0 340px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 340px;
    flex: 0 0 340px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    margin-left: 56px;
    margin-top: 40px;
    overflow: hidden;
    cursor: pointer;
}

.index-news .brand-item .brand-item-date {
    width: 48px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
}

.index-news .brand-item .brand-item-date .day {
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #262626;
    width: 100%;
    display: block;
    text-align: center;
}

.index-news .brand-item .brand-item-date .month {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #909090;
    width: 100%;
    display: block;
    padding-top: 4px;
    padding-bottom: 21px;
    text-align: center;
}

.index-news .brand-item .brand-item-content {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.index-news .brand-item .brand-item-content .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    overflow: hidden;
    display: block;
    padding-left: 12px;
}

.index-news .brand-item .brand-item-content .intro {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #848484;
    height: 40px;
    -webkit-line-clamp: 2;
    padding-top: 8px;
    padding-left: 12px;
}

.index-news .list .list-answer {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    width: 1192px;
    margin: -40px auto 0;
}

.index-news .list-answer .answer-item {
    -webkit-flex: 0 0 376px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 376px;
    flex: 0 0 376px;
    margin-right: 32px;
    margin-top: 40px;
    overflow: hidden;
}

.index-news .list-answer .answer-item:nth-child(3n) {
    margin-right: 0;
}

.index-news .list-answer .answer-item .name {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #262626;
    margin-bottom: 8px;
}

.index-news .list-answer .answer-item .intro {
    height: 36px;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: #848484;
    -webkit-line-clamp: 2;
}

.index-news .list-answer .answer-item.answer-question {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
}

.index-news .answer-item.answer-question .answer-input {
    width: 268px;
    overflow: hidden;
}

.index-news .answer-item.answer-question .answer-input input {
    width: 220px;
    display: block;
    /*border: none;*/
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #8c8c8c;
    padding: 10.5px 24px;
    background: #ffffff;
    border: 1px solid #ececec;
    border-radius: 4px 0 0 4px;
    outline: none;
}

.index-news .list-share {
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    margin-top: -40px;
}

.index-news .list-share .share-item {
    -webkit-flex: 0 0 360px;
    -moz-box-flex: 0;
    -ms-flex: 0 0 360px;
    flex: 0 0 360px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    /* align-items: center; */
    margin-right: 60px;
    margin-top: 36px;
    overflow: hidden;
    cursor: pointer;
}
.index-news .list-share .share-item:nth-child(3n){
    margin-right: 0;
}
.index-news .share-item .share-item-date {
    width: 48px;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* justify-content: center; */
    overflow: hidden;
}

.index-news .share-item .share-item-date .day {
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    width: 100%;
    display: block;
    text-align: center;
}

.index-news .share-item .share-item-date .month {
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    color: #909090;
    width: 100%;
    display: block;
    padding-top: 4px;
    text-align: center;
}

.index-news .share-item .share-item-content {
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow: hidden;
}

.index-news .share-item .share-item-content .name {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #262626;
    overflow: hidden;
    display: block;
    padding-left: 12px;
}

.index-news .share-item .share-item-content .intro {
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #848484;
    height: 17px;
    -webkit-line-clamp: 1;
    padding-top: 8px;
    padding-left: 12px;
}

.index-news .share-item.active .share-item-content .name,
.index-news .share-item.active .share-item-date .day {
    color: #4385ff;
}

/**新闻分类-样式 */
.index-news .header .nav li.active {
    font-size: 30px;
    color: #000000;
    position: relative;
}

.index-news .index-news-main-box p {
    width: 0;
    height: 0;
    /* 隐藏三角 */
    display: block;
    border: solid;
    border-width: 0 15px 14px;
    border-color: transparent transparent #4385ff transparent;
    position: absolute;
    left: 45px;
    top: 42px;
    z-index: 10;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

/**动态效果-hover悬停 */
.index-news .header .nav li.active::after {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-news .header .nav li.active:hover::after {
    -moz-animation: 0.5s triangle_Lh linear both;
    -o-animation: 0.5s triangle_Lh linear both;
    animation: 0.5s triangle_Lh linear both;
    -webkit-animation: 0.5s triangle_Lh linear both
}

/**三角左侧滑入 */
@-webkit-keyframes triangle_Lh {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}
@-moz-keyframes triangle_Lh {
    from {
        opacity: 0;
        -moz-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        -moz-transform: translateX(0);
        transform: translateX(0)
    }
}
@-o-keyframes triangle_Lh {
    from {
        opacity: 0;
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}
@keyframes triangle_Lh {
    from {
        opacity: 0;
        -webkit-transform: translateX(-100px);
        -moz-transform: translateX(-100px);
        -o-transform: translateX(-100px);
        transform: translateX(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0)
    }
}

.index-news .header .nav li {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-news .header .nav li:hover {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    color: #000000;
}

.index-news .brand-info .brand-info-main:hover .name,
.index-news .brand-info .brand-info-main:hover .day {
    color: #4385ff;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-news .list-answer .answer-item:hover .name {
    color: #4385ff;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-news .list-share .share-item:hover .name,
.index-news .list-share .share-item:hover .day {
    color: #4385ff;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-news .brand-item:hover .brand-item-content .name,
.index-news .brand-item:hover .brand-item-date .day {
    color: #4385ff;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
}

.index-news .list-brand .brand-info img {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    /*width: 400px;*/
    /*height: 217px;*/
}

.index-news .list-brand .brand-info img:hover {
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/**按钮-hover */
.index-news .answer-item.answer-question .answer-submit {
    /* position: relative;
    overflow: hidden;
    width: 102px;
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    font-size: 14px;
    text-align: center;
    color: #fff;
    background-color: #e83820;  */
    width: 108px;
    height: 41px;
    line-height: 41px;
    background: #4283fb;
    border: 1px solid #ececec;
    border-radius: 0 4px 4px 0;
    font-weight: 400;
    font-size: 16px;
    color: #ececec;
    text-align: center;
    display: inline-block;
}


.index-news .answer-item.answer-question .answer-submit:hover {
    background: #72A4FF;
}


